- tc_calloc
void* tc_calloc(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_cfree
void tc_cfree(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_free
void tc_free(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_malloc
void* tc_malloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_malloc_size
size_t tc_malloc_size(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_malloc_skip_new_handler
void* tc_malloc_skip_new_handler(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_malloc_stats
void tc_malloc_stats()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_mallopt
int tc_mallopt(int cmd, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_memalign
void* tc_memalign(size_t __alignment, size_t __size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_posix_memalign
int tc_posix_memalign(void** ptr, size_t align_, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_pvalloc
void* tc_pvalloc(size_t __size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_realloc
void* tc_realloc(void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_valloc
void* tc_valloc(size_t __size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- tc_version
const(char)* tc_version(int* major, int* minor, const(char*)* patch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.